home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
amok
/
081-090
/
amok84
/
reqtools_2.1d
/
glue.lha
/
Glue
/
Dice
/
src
/
rtUnlockWindowR.asm
< prev
Wrap
Assembly Source File
|
1992-05-29
|
243b
|
16 lines
SECTION "code",CODE
xref _ReqToolsBase
xdef @rtUnlockWindow
@rtUnlockWindow:
move.l a6,-(a7)
move.l _ReqToolsBase(a4),a6
jsr -162(a6)
move.l (a7)+,a6
rts
END